PASO 2: ¡Ahora, usaremos bucles for anidados para crear todos los ladrillos de manera rápida y eficiente!
- En arrastre un Loop with Range . ¡Cambie el rango a 6 ! Esta es la cantidad de filas.
- ¡Agregue otro Loop with Range SENTIDO DENTRO del primer bucle! Cambie el rango a 9 .
- En GRÁFICOS de agregue un Rectangle dentro del bucle interno. ¡Debe estar sangrado dos veces!
- Cambie los argumentos .Rectangle() a ( x , y , 50 , 25 , "blue" ) .
To navigate the page using the TAB key, first press ESC to exit the code editor.